CUmemAttach_flags_enum

CUDA Mem Attach Flags

Values

ValueMeaning
CU_MEM_ATTACH_GLOBAL1

< Memory can be accessed by any stream on any device

CU_MEM_ATTACH_HOST2

< Memory cannot be accessed by any stream on any device

CU_MEM_ATTACH_SINGLE4

< Memory can only be accessed by a single stream on the associated device

Meta